<email> : New E-mail Form
Creates new e-mail message using default e-mail client.
Syntax:
<email>("Address", WindowState)
Address
E-mail address (e.g., support@mycompany.com). The address can be empty.
WindowState
The state of the window:
0 - Normal
1 - Maximized
2 - Minimized
Example:
<#> This command creates new mail message
<#>
<cmds>
<email>("",0)